Fix since tags
authorMatthias Clasen <mclasen@redhat.com>
Thu, 17 Oct 2013 03:14:07 +0000 (23:14 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 17 Oct 2013 03:45:23 +0000 (23:45 -0400)
Mark 3.12 api as such.

gtk/gtkapplication.h
gtk/gtkbuilder.h

index ab2af65a27c9f9da6286dbf698ed56dc91eb92d4..2d12039e090695ecf890bf818575117078c89f1f 100644 (file)
@@ -127,14 +127,14 @@ GtkWindow *      gtk_application_get_window_by_id   (GtkApplication
 GDK_AVAILABLE_IN_3_6
 GtkWindow *      gtk_application_get_active_window  (GtkApplication             *application);
 
-GDK_AVAILABLE_IN_3_10
+GDK_AVAILABLE_IN_3_12
 gchar **         gtk_application_list_action_descriptions        (GtkApplication       *application);
 
-GDK_AVAILABLE_IN_3_10
+GDK_AVAILABLE_IN_3_12
 gchar **         gtk_application_get_accels_for_action           (GtkApplication       *application,
                                                                   const gchar          *detailed_action_name);
 
-GDK_AVAILABLE_IN_3_10
+GDK_AVAILABLE_IN_3_12
 void             gtk_application_set_accels_for_action           (GtkApplication       *application,
                                                                   const gchar          *detailed_action_name,
                                                                   const gchar * const  *accels);
index de415646ee49ac9abbee1d4bf67a50f1fe1dd8ef..38e63a5217aa4ee998823cac40d05d072c52ba84 100644 (file)
@@ -201,11 +201,11 @@ GDK_AVAILABLE_IN_3_10
 GCallback    gtk_builder_lookup_callback_symbol  (GtkBuilder    *builder,
                                                  const gchar   *callback_name);
 
-GDK_AVAILABLE_IN_3_10
+GDK_AVAILABLE_IN_3_12
 void         gtk_builder_set_application         (GtkBuilder     *builder,
                                                   GtkApplication *application);
 
-GDK_AVAILABLE_IN_3_10
+GDK_AVAILABLE_IN_3_12
 GtkApplication * gtk_builder_get_application     (GtkBuilder     *builder);